home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Activity Monitor.app / Contents / Resources / English.lproj / Monitor.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  16.1 KB  |  425 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = ClockApp; LANGUAGE = ObjC; SUPERCLASS = NSApplication; }, 
  4.         {
  5.             ACTIONS = {save = id; }; 
  6.             CLASS = FirstResponder; 
  7.             LANGUAGE = ObjC; 
  8.             SUPERCLASS = NSObject; 
  9.         }, 
  10.         {CLASS = FramemeterView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  11.         {
  12.             CLASS = GRChartView; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {dataSource = id; delegate = id; statusTextField = id; }; 
  15.             SUPERCLASS = NSView; 
  16.         }, 
  17.         {
  18.             CLASS = Inspector; 
  19.             LANGUAGE = ObjC; 
  20.             OUTLETS = {
  21.                 argsView = NSView; 
  22.                 argumentsTable = NSTableView; 
  23.                 invalidSelectionText = NSTextField; 
  24.                 invalidSelectionView = NSView; 
  25.                 parentField = NSTextField; 
  26.                 pathField = NSTextField; 
  27.                 pidField = NSTextField; 
  28.                 pidView = NSView; 
  29.                 processGroupField = NSTextField; 
  30.                 realMemoryField = NSTextField; 
  31.                 savedUidField = NSTextField; 
  32.                 splitView = NSSplitView; 
  33.                 startTimeField = NSTextField; 
  34.                 statsView = NSView; 
  35.                 tabContainer = NSView; 
  36.                 tabView = NSTabView; 
  37.                 terminalField = NSTextField; 
  38.                 terminalText = NSTextField; 
  39.                 timeField = NSTextField; 
  40.                 virtualMemoryField = NSTextField; 
  41.             }; 
  42.             SUPERCLASS = NSObject; 
  43.         }, 
  44.         {CLASS = MCTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 
  45.         {CLASS = MCWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  46.         {
  47.             ACTIONS = {about = id; changeFormat = id; restoreDefault = id; updateTimer = id; }; 
  48.             CLASS = MenuClock; 
  49.             LANGUAGE = ObjC; 
  50.             OUTLETS = {
  51.                 aboutWindow = id; 
  52.                 displayingDate = id; 
  53.                 makeKey = id; 
  54.                 menuFormat = id; 
  55.                 menuSample = id; 
  56.                 textField = id; 
  57.                 timer = id; 
  58.                 window = id; 
  59.             }; 
  60.             SUPERCLASS = NSObject; 
  61.         }, 
  62.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  63.         {CLASS = NSTearOffTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
  64.         {
  65.             ACTIONS = {
  66.                 bumpRate = id; 
  67.                 changeSortOrder = id; 
  68.                 exportProcessList = id; 
  69.                 getProcesses = id; 
  70.                 hideColumn = id; 
  71.                 killProcesses = id; 
  72.                 print = id; 
  73.                 refilter = id; 
  74.                 resetRate = id; 
  75.                 resort = id; 
  76.                 setShowType = id; 
  77.                 showAboutPanel = id; 
  78.                 showAllColumns = id; 
  79.                 showMoreInfoAboutSelection = id; 
  80.                 toggleMoreInfo = id; 
  81.             }; 
  82.             CLASS = ProcessControl; 
  83.             LANGUAGE = ObjC; 
  84.             OUTLETS = {
  85.                 countField = NSTextField; 
  86.                 filterText = NSTextField; 
  87.                 inspector = Inspector; 
  88.                 moreInfoSwitch = NSButton; 
  89.                 percentFormatter = NSNumberFormatter; 
  90.                 processTable = ProcessTableView; 
  91.                 rateField = NSTextField; 
  92.                 sizeFormatter = NSNumberFormatter; 
  93.                 sortOrderButton = NSButton; 
  94.                 stepper = NSStepper; 
  95.                 typePopup = NSPopUpButton; 
  96.             }; 
  97.             SUPERCLASS = NSResponder; 
  98.         }, 
  99.         {CLASS = ProcessTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  100.         {
  101.             ACTIONS = {
  102.                 about = id; 
  103.                 clearHistoryView = id; 
  104.                 displayExpandedView = id; 
  105.                 displayStandardView = id; 
  106.                 openProcessViewer = id; 
  107.                 openTop = id; 
  108.                 toggleCPUActiveSwitch = id; 
  109.                 toggleSecondProcessorActive = id; 
  110.                 updateTimer = id; 
  111.             }; 
  112.             CLASS = QCPU; 
  113.             LANGUAGE = ObjC; 
  114.             OUTLETS = {
  115.                 cpuHistogramView = id; 
  116.                 cpuHistogramView2 = id; 
  117.                 cpuImageViewMP1 = id; 
  118.                 cpuImageViewMP1Base = id; 
  119.                 cpuImageViewMP2 = id; 
  120.                 cpuImageViewMP2Base = id; 
  121.                 cpuImageViewSP1 = id; 
  122.                 cpuImageViewSP1Base = id; 
  123.                 cpuMainWindow = id; 
  124.                 cpuMainWindowContentView = id; 
  125.                 cpuSwitch = id; 
  126.                 cpuView = id; 
  127.                 expandedItem = id; 
  128.                 expandedViewSplit = id; 
  129.                 expandedViewWindow = id; 
  130.                 expandedViewWindowContentView = id; 
  131.                 floatingWindow = id; 
  132.                 processorActiveMenuItem = id; 
  133.                 standardMenuItem = id; 
  134.                 timer = id; 
  135.                 topMenuItem = id; 
  136.             }; 
  137.             SUPERCLASS = NSObject; 
  138.         }, 
  139.         {CLASS = QCPUDraggableView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  140.         {
  141.             ACTIONS = {forceUpdate = id; }; 
  142.             CLASS = QCPUHistoryView; 
  143.             LANGUAGE = ObjC; 
  144.             SUPERCLASS = NSImageView; 
  145.         }, 
  146.         {
  147.             ACTIONS = {changeSetting = id; }; 
  148.             CLASS = QCPUPreferences; 
  149.             LANGUAGE = ObjC; 
  150.             OUTLETS = {
  151.                 backgroundColorWell = id; 
  152.                 colorWell = id; 
  153.                 cpuController = id; 
  154.                 displayAsCombinedGraph = id; 
  155.                 displayExpandedOnStartup = id; 
  156.                 displayScaleCheck = id; 
  157.                 displayStandardOnStartup = id; 
  158.                 displayTimeSlider = id; 
  159.                 displayTimeText = id; 
  160.                 iconDisplayMatrix = id; 
  161.                 niceColorWell = id; 
  162.                 positionMatrix = id; 
  163.                 startupMatrix = id; 
  164.                 systemColorWell = id; 
  165.                 transparencyMatrix = id; 
  166.                 userColorWell = id; 
  167.             }; 
  168.             SUPERCLASS = NSObject; 
  169.         }, 
  170.         {CLASS = QCPUView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  171.         {
  172.             ACTIONS = {
  173.                 clearHistory = id; 
  174.                 showDiskInDockIcon = id; 
  175.                 showDiskStats = id; 
  176.                 showExtendedInDockIcon = id; 
  177.                 showExtendedWindow = id; 
  178.                 showMemoryInDockIcon = id; 
  179.                 showNetworkInDockIcon = id; 
  180.                 showNetworkStats = id; 
  181.                 showNothingInDockIcon = id; 
  182.                 showProcessWindow = id; 
  183.                 showStandardInDockIcon = id; 
  184.                 showStandardWindow = id; 
  185.             }; 
  186.             CLASS = SMBase; 
  187.             LANGUAGE = ObjC; 
  188.             OUTLETS = {
  189.                 "_cpuController" = SMCPUMonitor; 
  190.                 "_dockMenu" = NSMenu; 
  191.                 "_dockView" = GRChartView; 
  192.                 "_processWindow" = NSWindow; 
  193.                 "_showApplicationIcon" = NSMenuItem; 
  194.                 "_showDiskInIcon" = NSMenuItem; 
  195.                 "_showExtendedInIcon" = NSMenuItem; 
  196.                 "_showMemoryInIcon" = NSMenuItem; 
  197.                 "_showNetworkInIcon" = NSMenuItem; 
  198.                 "_showStandardInIcon" = NSMenuItem; 
  199.             }; 
  200.             SUPERCLASS = NSObject; 
  201.         }, 
  202.         {CLASS = SMBlinkingView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  203.         {
  204.             CLASS = SMCPUInfo; 
  205.             LANGUAGE = ObjC; 
  206.             OUTLETS = {
  207.                 "_activeMemColor" = ColorPickerText; 
  208.                 "_activeMemory" = NSTextField; 
  209.                 "_chart" = GRChartView; 
  210.                 "_freeMemColor" = ColorPickerText; 
  211.                 "_freeMemory" = NSTextField; 
  212.                 "_inactiveMemColor" = ColorPickerText; 
  213.                 "_inactiveMemory" = NSTextField; 
  214.                 "_memoryRegions" = NSTextField; 
  215.                 "_processCount" = NSTextField; 
  216.                 "_sharedLibs" = NSTextField; 
  217.                 "_threadCount" = NSTextField; 
  218.                 "_totalMemory" = NSTextField; 
  219.                 "_usedMemory" = NSTextField; 
  220.                 "_virtualMemorySize" = NSTextField; 
  221.                 "_vmPageIns" = NSTextField; 
  222.                 "_vmPageOuts" = NSTextField; 
  223.                 "_wiredMemColor" = ColorPickerText; 
  224.                 "_wiredMemory" = NSTextField; 
  225.             }; 
  226.             SUPERCLASS = SMInspector; 
  227.         }, 
  228.         {
  229.             ACTIONS = {
  230.                 clearHistoryView = id; 
  231.                 colorValueChanged = id; 
  232.                 displayExpandedView = id; 
  233.                 displayFloatingViewHorizontally = id; 
  234.                 displayFloatingViewVertically = id; 
  235.                 displayStandardView = id; 
  236.                 hideFloatingView = id; 
  237.                 toggleSecondProcessor = id; 
  238.                 updateTimer = id; 
  239.             }; 
  240.             CLASS = SMCPUMonitor; 
  241.             LANGUAGE = ObjC; 
  242.             OUTLETS = {
  243.                 "_cpuIdle" = NSTextField; 
  244.                 "_cpuIdleColor" = ColorPickerText; 
  245.                 "_cpuNice" = NSTextField; 
  246.                 "_cpuNiceColor" = ColorPickerText; 
  247.                 "_cpuSys" = NSTextField; 
  248.                 "_cpuSystemColor" = ColorPickerText; 
  249.                 "_cpuUser" = NSTextField; 
  250.                 "_cpuUserColor" = ColorPickerText; 
  251.                 "_hideDock" = NSMenuItem; 
  252.                 "_hideMain" = NSMenuItem; 
  253.                 "_horizDock" = NSMenuItem; 
  254.                 "_horizMain" = NSMenuItem; 
  255.                 "_secondProcessorMenu" = NSMenuItem; 
  256.                 "_vertDock" = NSMenuItem; 
  257.                 "_vertMain" = NSMenuItem; 
  258.                 cpuHistogramSmallView = QCPUHistoryView; 
  259.                 cpuHistogramSmallView2 = QCPUHistoryView; 
  260.                 cpuHistogramView = QCPUHistoryView; 
  261.                 cpuHistogramView2 = QCPUHistoryView; 
  262.                 cpuImageViewMP1 = NSImageView; 
  263.                 cpuImageViewMP1Base = NSImageView; 
  264.                 cpuImageViewMP2 = NSImageView; 
  265.                 cpuImageViewMP2Base = NSImageView; 
  266.                 cpuImageViewSP1 = NSImageView; 
  267.                 cpuImageViewSP1Base = NSImageView; 
  268.                 cpuMainWindow = NSWindow; 
  269.                 expandedItem = id; 
  270.                 expandedViewSplit = NSSplitView; 
  271.                 expandedViewWindow = NSWindow; 
  272.                 standardMenuItem = id; 
  273.             }; 
  274.             SUPERCLASS = NSObject; 
  275.         }, 
  276.         {
  277.             CLASS = SMDashboard; 
  278.             LANGUAGE = ObjC; 
  279.             OUTLETS = {
  280.                 "_cpuView" = SMTachometerView; 
  281.                 "_diskImage" = NSImageView; 
  282.                 "_diskInView" = SMBlinkingView; 
  283.                 "_diskOutView" = SMBlinkingView; 
  284.                 "_fpsView" = SMTachometerView; 
  285.                 "_memoryView" = SMMonitoredView; 
  286.                 "_networkImage" = NSImageView; 
  287.                 "_networkInView" = SMBlinkingView; 
  288.                 "_networkOutView" = SMBlinkingView; 
  289.                 "_processTextField" = NSTextField; 
  290.             }; 
  291.             SUPERCLASS = NSObject; 
  292.         }, 
  293.         {
  294.             ACTIONS = {getAvailableDisks = id; selectedDiskChanged = id; }; 
  295.             CLASS = SMDiskInfo; 
  296.             LANGUAGE = ObjC; 
  297.             OUTLETS = {
  298.                 "_dataChart" = GRChartView; 
  299.                 "_dataIn" = NSTextField; 
  300.                 "_dataInColor" = ColorPickerText; 
  301.                 "_dataInSec" = NSTextField; 
  302.                 "_dataOut" = NSTextField; 
  303.                 "_dataOutColor" = ColorPickerText; 
  304.                 "_dataOutSec" = NSTextField; 
  305.                 "_diskFreeBytes" = NSTextField; 
  306.                 "_diskFreeColor" = ColorPickerText; 
  307.                 "_diskFreeFormatted" = NSTextField; 
  308.                 "_diskHigh" = NSTextField; 
  309.                 "_diskTotal" = NSTextField; 
  310.                 "_diskUsageBytes" = NSTextField; 
  311.                 "_diskUsageFormatted" = NSTextField; 
  312.                 "_diskUsedColor" = ColorPickerText; 
  313.                 "_disksChart" = GRChartView; 
  314.                 "_disksPopup" = NSPopUpButton; 
  315.                 "_readsIn" = NSTextField; 
  316.                 "_readsInSec" = NSTextField; 
  317.                 "_readsOut" = NSTextField; 
  318.                 "_readsOutSec" = NSTextField; 
  319.             }; 
  320.             SUPERCLASS = SMInspector; 
  321.         }, 
  322.         {
  323.             ACTIONS = {colorValueChanged = id; }; 
  324.             CLASS = SMInspector; 
  325.             LANGUAGE = ObjC; 
  326.             SUPERCLASS = NSObject; 
  327.         }, 
  328.         {
  329.             CLASS = SMMonitoredView; 
  330.             LANGUAGE = ObjC; 
  331.             OUTLETS = {"_highWaterReading" = NSTextField; }; 
  332.             SUPERCLASS = NSView; 
  333.         }, 
  334.         {
  335.             CLASS = SMNetworkInfo; 
  336.             LANGUAGE = ObjC; 
  337.             OUTLETS = {
  338.                 "_dataChart" = GRChartView; 
  339.                 "_dataIn" = NSTextField; 
  340.                 "_dataInColor" = ColorPickerText; 
  341.                 "_dataInSec" = NSTextField; 
  342.                 "_dataOut" = NSTextField; 
  343.                 "_dataOutColor" = ColorPickerText; 
  344.                 "_dataOutSec" = NSTextField; 
  345.                 "_netHigh" = NSTextField; 
  346.                 "_packetsIn" = NSTextField; 
  347.                 "_packetsInSec" = NSTextField; 
  348.                 "_packetsOut" = NSTextField; 
  349.                 "_packetsOutSec" = NSTextField; 
  350.             }; 
  351.             SUPERCLASS = SMInspector; 
  352.         }, 
  353.         {
  354.             ACTIONS = {
  355.                 changeUpdateFrequency = id; 
  356.                 clearFilter = id; 
  357.                 filter = id; 
  358.                 inspect = id; 
  359.                 quitProcess = id; 
  360.                 sample = id; 
  361.                 show = id; 
  362.                 toggleCPUWindowsOnTop = id; 
  363.                 update = id; 
  364.             }; 
  365.             CLASS = SMProcessController; 
  366.             LANGUAGE = ObjC; 
  367.             OUTLETS = {
  368.                 "_cpuColumn" = NSTableColumn; 
  369.                 "_cpuInfo" = SMCPUInfo; 
  370.                 "_diskInfo" = SMDiskInfo; 
  371.                 "_filterClearButton" = NSButton; 
  372.                 "_filterTextField" = NSTextField; 
  373.                 "_filterView" = NSBox; 
  374.                 "_frequencySubmenu" = NSMenuItem; 
  375.                 "_monitor" = SMCPUMonitor; 
  376.                 "_networkInfo" = SMNetworkInfo; 
  377.                 "_outlineView" = NSOutlineView; 
  378.                 "_pidColumn" = NSTableColumn; 
  379.                 "_processNameColumn" = NSTableColumn; 
  380.                 "_rsizeColumn" = NSTableColumn; 
  381.                 "_showCPUMonitorsOnTop" = NSMenuItem; 
  382.                 "_showPopup" = NSPopUpButton; 
  383.                 "_tabView" = NSTabView; 
  384.                 "_threadsColumn" = NSTableColumn; 
  385.                 "_userColumn" = NSTableColumn; 
  386.                 "_vsizeColumn" = NSTableColumn; 
  387.                 "_window" = NSWindow; 
  388.             }; 
  389.             SUPERCLASS = NSObject; 
  390.         }, 
  391.         {
  392.             ACTIONS = {inspect = id; update = id; }; 
  393.             CLASS = SMProcessInfo; 
  394.             LANGUAGE = ObjC; 
  395.             OUTLETS = {
  396.                 cpuColumn = NSTableColumn; 
  397.                 ctxColumn = NSTableColumn; 
  398.                 displayHierarchic = NSButton; 
  399.                 faultsColumn = NSTableColumn; 
  400.                 filterTextField = NSTextField; 
  401.                 memRegionsColumn = NSTableColumn; 
  402.                 msgsColumn = NSTableColumn; 
  403.                 outlineView = NSOutlineView; 
  404.                 pageInsColumn = NSTableColumn; 
  405.                 pidColumn = NSTableColumn; 
  406.                 portsColumn = NSTableColumn; 
  407.                 processNameColumn = NSTableColumn; 
  408.                 rprvtColumn = NSTableColumn; 
  409.                 rshrdColumn = NSTableColumn; 
  410.                 rsizeColumn = NSTableColumn; 
  411.                 threadsColumn = NSTableColumn; 
  412.                 timeColumn = NSTableColumn; 
  413.                 userColumn = NSTableColumn; 
  414.                 vsizeColumn = NSTableColumn; 
  415.                 window = NSWindow; 
  416.             }; 
  417.             SUPERCLASS = NSObject; 
  418.         }, 
  419.         {CLASS = SMTachometerView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  420.         {CLASS = StripedOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; }, 
  421.         {CLASS = TearOffTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
  422.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  423.     ); 
  424.     IBVersion = 1; 
  425. }